C1.DataCollection Assembly / C1.DataCollection Namespace / C1SortDataCollection<T> Class / CanReplaceRange Method

In This Topic
CanReplaceRange Method (C1SortDataCollection<T>)
In This Topic
Syntax
'Declaration
 
Public Overrides Function CanReplaceRange( _
   ByVal startingIndex As Integer, _
   ByVal items As IEnumerable(Of T) _
) As Boolean
 

Parameters

startingIndex
items
See Also